'Declaration
Public Function New( _ ByVal value() As Byte, _ ByVal namespaceIndex As UShort _ )
'Usage
Dim value() As Byte Dim namespaceIndex As UShort Dim instance As New NodeId(value, namespaceIndex)
public NodeId( byte[] value, ushort namespaceIndex )
public: NodeId( array<byte>^ value, ushort namespaceIndex )
Parameters
- value
- An array of System.Byte that will become this Node's ID
- namespaceIndex
- The index of the namespace that this node belongs to